Crate org_rust_parser
source ·Modules§
- Module containing element structures
- Module containing object structures
Macros§
- Shorthand for extracting a
crate::Expr
from acrate::Parser
. - Shorthand for extracting a
crate::Node
from acrate::Parser
.
Structs§
- The range of an arbitary item in the source text.
- A wrapper around an
Expr
which stores important metadata. - Arena-based container storing
Node
s - The primary output of parsing.
Enums§
- An enum that represents all possible AST nodes
Functions§
- An alternative entry point to the parser for parsing macros.
- The main entry point to the parser.